home *** CD-ROM | disk | FTP | other *** search
/ It's Naomi! / It's Naomi!.iso / pc / dmov / open.dir / 00003.ls < prev    next >
Encoding:
Text File  |  1997-05-14  |  217 b   |  13 lines

  1. on exitFrame
  2.   global soundll
  3.   puppetTempo(30)
  4.   if the soundLevel = 0 then
  5.     set the soundLevel to 0
  6.     set soundll to 0
  7.   else
  8.     set the soundLevel to 3
  9.     set soundll to 3
  10.   end if
  11.   puppetTransition(1)
  12. end
  13.